Uses of Enum Class
eu.europa.ec.taxud.cesop.domain.ValidationErrorTypeEnum
Packages that use ValidationErrorTypeEnum
-
Uses of ValidationErrorTypeEnum in eu.europa.ec.taxud.cesop.domain
Methods in eu.europa.ec.taxud.cesop.domain that return ValidationErrorTypeEnumModifier and TypeMethodDescriptionValidationErrorTypeHolder.findEnumByCode(String code) static ValidationErrorTypeEnumReturns the enum constant of this class with the specified name.static ValidationErrorTypeEnum[]ValidationErrorTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.europa.ec.taxud.cesop.domain with parameters of type ValidationErrorTypeEnum -
Uses of ValidationErrorTypeEnum in eu.europa.ec.taxud.cesop.utils
Methods in eu.europa.ec.taxud.cesop.utils with parameters of type ValidationErrorTypeEnumModifier and TypeMethodDescriptionstatic ValidationErrorValidationErrorUtils.createValidationError(ValidationErrorTypeEnum errorType, String messageRefId) Create aValidationErrorfrom anValidationErrorTypeEnum.static ValidationErrorValidationErrorUtils.createValidationError(ValidationErrorTypeEnum errorType, String messageRefId, String docRefId, String transactionIdentifier) Create aValidationErrorfrom anValidationErrorTypeEnum.